home *** CD-ROM | disk | FTP | other *** search
- body {
- font-family: Arial, sans-serif;
- font-size: 12px;
- margin-top: 1%;
- text-align: center;
- }
- a {
- color: #2a5687;
- cursor: pointer;
- }
- a:hover {
- color: blue;
- }
- #settings {
- margin: 0 auto;
- text-align: left;
- width: 977px;
- }
- /* Header */
- #header {
- background: url("chrome://wot/skin/fusion/settings/site_header_01.png") top left no-repeat;
- height: 68px;
- }
- #logo {
- background: url("chrome://wot/locale/settings/logo_settings.png") top left no-repeat;
- display: block;
- float: left;
- height: 45px;
- margin-left: 15px;
- margin-top: 13px;
- width: 75px;
- }
- #settings.guide #logo {
- background: url("chrome://wot/locale/settings/logo_guide.png") top left no-repeat;
- }
- #tabs {
- float: right;
- height: 63px;
- margin-right: 3px;
- margin-top: 2px;
- padding: 0;
- width: 800px;
- }
- .tab {
- border-left: 1px solid #f3f3f3;
- float: right;
- height: 27px;
- padding-left: 15px;
- padding-right: 15px;
- padding-top: 35px;
- text-align: center;
- }
- .tab-text {
- color: #6a6a6a;
- display: inline;
- font-family: "Arial Narrow", Arial, sans-serif;
- font-size: 17px;
- }
- .tab.selected .tab-text {
- color: #dadada;
- }
- /* Pages */
- #pages {
- background: url("chrome://wot/skin/fusion/settings/site_content_01.png") top left repeat-y;
- color: #6a6a6a;
- height: 600px;
- overflow: hidden;
- padding-left: 1px;
- padding-right: 3px;
- width: 977px;
- }
- #pages label {
- color: #888888;
- }
- #pages input.replaced {
- display: none;
- }
- #pages label.checkbox {
- background: url("chrome://wot/skin/fusion/settings/check_box_off.png") top left no-repeat;
- clear: both;
- display: block;
- float: left;
- margin-bottom: 5px;
- margin-left: 1px;
- min-height: 16px;
- padding-left: 20px;
- }
- #pages label.checkbox.checked {
- background: url("chrome://wot/skin/fusion/settings/check_box_on.png") top left no-repeat;
- }
- #pages label.radio {
- background: url("chrome://wot/skin/fusion/settings/radio_button_off.png") top left no-repeat;
- clear: both;
- display: block;
- float: left;
- height: 16px;
- margin-bottom: 5px;
- padding-left: 20px;
- }
- #pages label.radio.checked {
- background: url("chrome://wot/skin/fusion/settings/radio_button_on.png") top left no-repeat;
- }
- #pages textarea {
- border: 1px solid #c5c5c8;
- }
- .page-header {
- font-family: "Arial Narrow", Arial, sans-serif;
- font-size: 22px;
- }
- .pane-header {
- clear: left;
- float: left;
- font-weight: bold;
- margin-bottom: 15px;
- margin-top: 20px;
- }
- .left-pane {
- border-bottom: 1px solid #ebebeb;
- float: left;
- height: 512px;
- overflow: auto;
- padding: 15px;
- }
- .left-pane ul {
- clear: left;
- float: left;
- margin: 0;
- padding-left: 25px;
- }
- .left-pane li {
- list-style-type: square;
- padding-right: 5px;
- }
- .left-pane li img {
- vertical-align: middle;
- }
- .right-pane {
- background-color: #f7f7f7;
- border-left: 1px solid #dfdfe0;
- float: right;
- height: 600px;
- margin-right: 6px;
- overflow: auto;
- }
- .sample {
- background-color: white;
- border: 1px solid #cacacc;
- clear: left;
- float: left;
- height: 490px;
- margin-left: 19px;
- margin-top: 23px;
- overflow: hidden;
- width: 547px;
- }
- .sample-help {
- clear: left;
- float: left;
- margin-top: 10px;
- text-align: center;
- width: 100%;
- }
- .help-text {
- float: left;
- clear: left;
- margin-top: 25px;
- padding-right: 50px;
- }
- /* Buttons */
- #buttons {
- border-top: 1px solid white;
- clear: left;
- float: left;
- height: 42px;
- padding-top: 14px;
- }
- .button {
- background: url("chrome://wot/skin/fusion/settings/button_bg.png") top left no-repeat;
- float: left;
- font-size: 11px;
- font-weight: bold;
- height: 32px;
- overflow: hidden;
- padding-top: 9px;
- text-align: center;
- width: 156px;
- }
- #wotsave {
- color: #007b00;
- margin-left: 15px;
- }
- #cancel {
- color: #db0000;
- margin-left: 40px;
- }
- #wotsave.disabled, #cancel.disabled {
- color: #6a6a6a;
- cursor: default;
- }
- .tab, .button {
- cursor: pointer;
- display: inline;
- }
- /* Messages */
- #messages {
- height: 100%;
- left: 0px;
- position: absolute;
- top: 0px;
- width: 100%;
- }
- .message {
- background-color: white;
- border: 1px solid #cacacc;
- font-size: 20px;
- height: 120px;
- margin: 0 auto;
- padding-top: 80px;
- position: relative;
- text-align: center;
- top: 260px;
- width: 350px;
- z-index: 10000;
- }
- #failed {
- color: #db0000;
- }
- #saved {
- color: #007b00;
- }
- /* Footer */
- #footer-left {
- background: url("chrome://wot/skin/fusion/settings/site_footer_light_01.png") top left no-repeat;
- float: left;
- height: 7px;
- width: 977px;
- }
- #footer-right {
- background: url("chrome://wot/skin/fusion/settings/site_footer_dark_01.png") top right no-repeat;
- float: right;
- height: 7px;
- width: 0px;
- }
- /* Rating window */
- .rating-window {
- clear: left;
- display: block;
- float: left;
- width: 331px;
- }
- .rating-window.window-top {
- background: url("chrome://wot/locale/settings/ui_top.png") top left no-repeat;
- height: 138px;
- }
- .rating-window.window-0 {
- background: url("chrome://wot/locale/settings/ui_vendor.png") top left no-repeat;
- height: 60px;
- }
- .rating-window.window-1 {
- background: url("chrome://wot/locale/settings/ui_privacy.png") top left no-repeat;
- height: 60px;
- }
- .rating-window.window-2 {
- background: url("chrome://wot/locale/settings/ui_child.png") top left no-repeat;
- height: 60px;
- }
- .rating-window.window-message {
- background: url("chrome://wot/locale/settings/ui_message.png") top left no-repeat;
- height: 161px;
- }
- .rating-window.window-update {
- background: url("chrome://wot/locale/settings/ui_update.png") top left no-repeat;
- height: 37px;
- }
- .rating-window.window-bottom {
- background: url("chrome://wot/locale/settings/ui_bottom.png") top left no-repeat;
- height: 13px;
- }
- /* Loading */
- #loading-left {
- border-bottom: 0;
- width: 941px;
- }
- #settings.loading #buttons {
- display: none;
- }
- /* Guide */
- #guide-left-top {
- height: 314px;
- padding-bottom: 0;
- width: 255px;
- }
- #guide-left-bottom {
- border-bottom: 0;
- clear: left;
- height: 270px;
- padding-bottom: 0;
- padding-top: 5px;
- width: 255px;
- }
- #guide .left-pane li {
- margin-top: 5px;
- }
- #guide-right {
- padding-left: 20px;
- padding-top: 20px;
- width: 665px;
- height: 580px;
- }
- #settings.guide #buttons, #settings.guide #footer-left {
- width: 285px;
- }
- #settings.guide #footer-right {
- width: 692px;
- }
- #settings.guide #buttons {
- display: none;
- }
- #guide-left-top-help {
- margin-top: 20px;
- }
- #guide-slider {
- background: url("chrome://wot/locale/settings/guide_slider.png") top left no-repeat;
- clear: left;
- float: left;
- height: 106px;
- margin-left: 20px;
- margin-top: 25px;
- width: 202px;
- }
- #guide-right-window {
- clear: left;
- float: left;
- height: 530px;
- padding-right: 20px;
- width: 331px;
- }
- .guide-right-help-item {
- padding-right: 15px;
- padding-bottom: 5px;
- }
- .guide-right-help-item p {
- margin: 4px;
- }
- .guide-right-help-item li {
- list-style-type: square;
- margin-left: 20px;
- }
- .guide-right-help-title {
- display: inline;
- font-weight: bold;
- }
- .guide-right-help-window-title {
- font-weight: bold;
- }
- #guide-right-help-last {
- margin-bottom: 10px;
- }
- /* Ratings */
- #ratings-left {
- width: 578px;
- }
- #ratings-right {
- padding-left: 20px;
- padding-top: 20px;
- width: 342px;
- }
- #settings.ratings #buttons, #settings.ratings #footer-left {
- width: 608px;
- }
- #settings.ratings #footer-right {
- width: 369px;
- }
- /* Warnings */
- #warnings-left {
- width: 578px;
- }
- #warnings-right {
- width: 362px;
- }
- #settings.warnings #buttons, #settings.warnings #footer-left {
- width: 608px;
- }
- #settings.warnings #footer-right {
- width: 369px;
- }
- #warnings-registered {
- font-weight: bold;
- }
- #warnings-customize-headers {
- border-bottom: 1px solid #eaeaea;
- clear: both;
- float: left;
- height: 20px;
- padding-top: 60px;
- width: 362px;
- }
- .warnings-customize-header {
- float: left;
- font-weight: bold;
- }
- #warnings-slider-header {
- padding-left: 17px;
- width: 267px;
- }
- .warnings-slider {
- float: left;
- }
- .warnings-slider-header {
- border-right: 1px solid white;
- border-top: 1px solid white;
- clear: left;
- float: left;
- margin-bottom: 5px;
- padding-left: 17px;
- padding-top: 6px;
- width: 254px;
- }
- .warnings-slider-stack {
- border-bottom: 1px solid #eaeaea;
- border-right: 1px solid white;
- clear: left;
- float: left;
- height: 84px;
- width: 271px;
- }
- #warnings-slider-footer {
- border-top: 1px solid white;
- clear: left;
- float: left;
- width: 362px;
- }
- .warnings-type-stack {
- border-bottom: 1px solid #eaeaea;
- border-left: 1px solid #eaeaea;
- border-top: 1px solid white;
- float: left;
- height: 83px;
- width: 89px;
- }
- .warnings-slider-decrease, .warnings-slider-increase {
- cursor: pointer;
- float: left;
- height: 13px;
- margin-top: 1px;
- width: 15px;
- }
- .warnings-slider-decrease {
- background: url("chrome://wot/skin/fusion/settings/button_minus.png") top left no-repeat;
- margin-left: 17px;
- }
- .warnings-slider-increase {
- background: url("chrome://wot/skin/fusion/settings/button_plus.png") top left no-repeat;
- margin-left: 3px;
- margin-right: 5px;
- }
- .warnings-slider-image {
- background: url("chrome://wot/skin/fusion/settings/customizing_grid.png") top left no-repeat;
- float: left;
- height: 16px;
- margin-bottom: 8px;
- width: 118px;
- }
- .warnings-slider-image-0, .warnings-slider-image-1, .warnings-slider-image-2 {
- cursor: pointer;
- float: left;
- height: 14px;
- margin-left: 1px;
- margin-top: 1px;
- width: 38px;
- }
- .warnings-slider.level-0 .warnings-slider-image-0,
- .warnings-slider.level-1 .warnings-slider-image-0,
- .warnings-slider.level-2 .warnings-slider-image-0 {
- background: url("chrome://wot/skin/fusion/settings/customizing_grid_danger.png") top left no-repeat;
- }
- .warnings-slider.level-1 .warnings-slider-image-1,
- .warnings-slider.level-2 .warnings-slider-image-1 {
- background: url("chrome://wot/skin/fusion/settings/customizing_grid_not_safe.png") top left no-repeat;
- }
- .warnings-slider.level-2 .warnings-slider-image-2 {
- background: url("chrome://wot/skin/fusion/settings/customizing_grid_caution.png") top left no-repeat;
- }
- .warnings-unknown-container {
- padding-left: 17px;
- }
- .warnings-type-warning {
- margin-top: 6px;
- }
- .warnings-type-warning, .warnings-type-blocking {
- clear: left;
- color: #888888;
- float: left;
- text-align: center;
- width: 80px;
- }
- .warnings-type-stack.warning .warnings-type-warning, .warnings-type-stack.blocking .warnings-type-blocking {
- color: #272727;
- }
- .warnings-type-switch {
- clear: left;
- cursor: pointer;
- float: left;
- height: 42px;
- margin-left: 22px;
- width: 30px;
- }
- .warnings-type-stack.warning .warnings-type-switch {
- background: url("chrome://wot/skin/fusion/settings/switch_up_transparent.png") top left no-repeat;
- }
- .warnings-type-stack.blocking .warnings-type-switch {
- background: url("chrome://wot/skin/fusion/settings/switch_down_transparent.png") top left no-repeat;
- }
- #warnings-type-notification, #warnings-type-notification-label {
- margin-top: 15px;
- }
- #warnings-custom-cover {
- height: 600px;
- position: absolute;
- width: 362px;
- z-index: 100;
- }
- /* Pop-up */
- #popup-left {
- width: 354px;
- }
- #popup-right {
- width: 586px;
- }
- #settings.popup #buttons, #settings.popup #footer-left {
- width: 384px;
- }
- #settings.popup #footer-right {
- width: 593px;
- }
- #popup-enabled {
- margin-top: 20px;
- }
- /* Searching */
- #searching-left {
- width: 354px;
- }
- #searching-right {
- width: 586px;
- }
- #settings.searching #buttons, #settings.searching #footer-left {
- width: 384px;
- }
- #settings.searching #footer-right {
- width: 593px;
- }
- #searching-type-options {
- clear: left;
- float: left;
- margin-bottom: 10px;
- }
- #searching-type-advanced {
- clear: left;
- float: left;
- margin-bottom: 5px;
- }
- #searching-sites-header {
- margin-bottom: 5px;
- }
- #wotsearch {
- background-color: white;
- border: 1px solid #c5c5c8;
- clear: left;
- float: left;
- height: 186px;
- overflow: auto;
- padding-left: 2px;
- padding-top: 6px;
- width: 350px;
- }
- #searching-help {
- clear: left;
- float: left;
- margin-left: 19px;
- margin-top: 10px;
- width: 547px;
- }
- .searching-help-title {
- display: inline;
- font-weight: bold;
- }
- /* Advanced */
- #advanced-left {
- width: 941px;
- }
- #settings.advanced #buttons {
- width: 971px;
- }
- #advanced-options {
- clear: left;
- float: left;
- margin-bottom: 10px;
- }
- #advanced-ignore-header {
- margin-bottom: 5px;
- }
- #advanced-ignore-list {
- clear: left;
- float: left;
- height: 182px;
- margin: 0;
- padding: 3px;
- width: 568px;
- }
- #advanced-ignore-help {
- display: inline;
- font-weight: normal;
- }
-